runtime.sizeClassScanStats.spansSparseScanned (field)
7 uses
runtime (current package)
mgcmark_greenteagc.go#L894: gcw.stats[spanclass.sizeclass()].spansSparseScanned++
mgcmark_greenteagc.go#L1106: spansSparseScanned uint64 // Spans scanned with scanObjectsSmall.
mgcmark_greenteagc.go#L1126: spansSparseScanned += stats.spansSparseScanned
mgcmark_greenteagc.go#L1139: totalSpans := stats.spansSparseScanned + stats.spansDenseScanned
mgcmark_greenteagc.go#L1146: print(", ", stats.spansSparseScanned, "+", stats.spansDenseScanned, "=", totalSpans, " spans\n")
mgcmark_greenteagc.go#L1154: dst[i].spansSparseScanned += w.stats[i].spansSparseScanned
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |